regexp.Regexp.allMatches (method)
9 uses
regexp (current package)
regexp.go#L769: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
regexp.go#L1082: re.allMatches("", b, n, func(match []int) {
regexp.go#L1100: re.allMatches("", b, n, func(match []int) {
regexp.go#L1118: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1136: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1154: re.allMatches("", b, n, func(match []int) {
regexp.go#L1178: re.allMatches("", b, n, func(match []int) {
regexp.go#L1196: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1221: re.allMatches(s, nil, n, func(match []int) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |